package text

Import Path
	github.com/K-Phoen/grabana/variable/text (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files text.go
Package-Level Type Names (total 2)
/* sort by: | */
Option represents an option that can be used to configure a textbox variable. func Hide() Option func HideLabel() Option func Label(label string) Option func New(name string, options ...Option) *Text func github.com/K-Phoen/grabana/dashboard.VariableAsText(name string, options ...Option) dashboard.Option
Text represents a "textbox" templated variable. Builder sdk.TemplateVar func New(name string, options ...Option) *Text
Package-Level Functions (total 4)
Hide ensures that the variable will not be displayed.
HideLabel ensures that this variable's label will not be displayed.
Label sets the label of the variable.
New creates a new "query" templated variable.